home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / util / boot / selector90.lha / Selector / install / docs.sel < prev    next >
Text File  |  1998-10-14  |  501b  |  17 lines

  1. defenv seldest SYS:
  2.  
  3. text "Where would you like to put"
  4. text "Selector's documentation with"
  5. text "examples and the Preferences"
  6. text 'tool. A drawer named "Selector"'
  7. text "will be created."
  8. text
  9. text Destination:
  10. tempcol yellow black
  11. text "[seldest]"
  12. text
  13. button "Change destination" exec 'setenv seldest `requestfile drawer "[seldest]" title Destination savemode drawersonly`' update
  14. button "Procede with copy" exec 'execute copydocs "[seldest]"' exit
  15. button "Skip this part" exit
  16.  
  17. unsetenv seldest